Home

Operator Usage

Name

is-equal

Description

is-equal[value] ket
returns yes/no if the value in ket == value


Examples

is-equal[80] |age: 76>
    |no>

is-equal[2010] |year: 2010>
    |yes>

-- if the ket has no float value then return the empty ket |>
is-equal[13] |the cat>
    |>


See also

Operator type

ket compound, function 2